home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Languages
/
Caml Light 0.7
/
Caml Light 0.7 source
/
src
/
linker
/
prim_c.ml
< prev
next >
Wrap
Text File
|
1995-07-05
|
2KB
|
103 lines
let primitives_table = [|
"compare";
"equal";
"notequal";
"lessthan";
"lessequal";
"greaterthan";
"greaterequal";
"extern_val";
"extern_compact_val";
"format_float";
"float_of_string";
"exp_float";
"log_float";
"sqrt_float";
"power_float";
"sin_float";
"cos_float";
"tan_float";
"asin_float";
"acos_float";
"atan_float";
"atan2_float";
"gc_stat";
"gc_get";
"gc_set";
"gc_minor";
"gc_major";
"gc_full_major";
"hash_univ_param";
"intern_val";
"int_of_string";
"format_int";
"open_descriptor";
"channel_descriptor";
"channel_size";
"flush";
"output_char";
"output_int";
"output";
"seek_out";
"pos_out";
"close_out";
"input_char";
"input_int";
"input";
"seek_in";
"pos_in";
"close_in";
"input_scan_line";
"get_next_char";
"start_interp";
"realloc_global";
"static_alloc";
"static_free";
"static_resize";
"obj_is_block";
"obj_block";
"available_primitives";
"parse_engine";
"create_string";
"compare_strings";
"blit_string";
"fill_string";
"is_printable";
"sys_exit";
"sys_open";
"sys_close";
"sys_remove";
"sys_rename";
"sys_chdir";
"sys_getenv";
"sys_system_command";
"sys_catch_break";
"gr_open_graph";
"gr_close_graph";
"gr_clear_graph";
"gr_size_x";
"gr_size_y";
"gr_set_color";
"gr_plot";
"gr_point_color";
"gr_moveto";
"gr_current_point";
"gr_lineto";
"gr_draw_arc";
"gr_set_line_width";
"gr_draw_char";
"gr_draw_string";
"gr_set_font";
"gr_set_text_size";
"gr_text_size";
"gr_fill_rect";
"gr_fill_arc";
"gr_fill_poly";
"gr_make_image";
"gr_dump_image";
"gr_draw_image";
"gr_create_image";
"gr_blit_image";
"gr_wait_event";
"gr_sound"|];;